home *** CD-ROM | disk | FTP | other *** search
/ C/C++ Users Group Library 1996 July / C-C++ Users Group Library July 1996.iso / vol_100 / 144_01 / readme.hlp < prev    next >
Text File  |  1985-08-19  |  2KB  |  59 lines

  1. Hello,
  2.  
  3. You have in your possession a copy of the Van Nuys TOOLKIT plus
  4. some interesting other tools which I built for my own
  5. convienence.  These tools are donated to the public domain by
  6. me for non-profit distribution and use.  
  7.  
  8. The source is BDS C 1.5 version compatable. You should have the source
  9. for all the tools, my version of WILDEXP, my version of DIO.C, my
  10. BDSCIO.H, and my DIO.H.  The source has been formatted using the 
  11. included tools CB and CASE. I prefer to use BEGIN/END instead of { 
  12. and }.  I also prefer to have C keywords in uppercase. Defines in 
  13. my BDSCIO.H take care of this convention.
  14.  
  15. I have included C.COM.  This extracts the compile instructions
  16. from the named .C file and builds a CP/M submit file on the A: 
  17. disk.  To get started you should put cc1.com, cc2.com, clink.com,
  18. c.com, bdscio.h, dio.h, dio.c and wildexp.c on a disk.
  19.  
  20. Do a:
  21.  
  22.             C DIO
  23. then a:
  24.             C WILDEXP
  25.             
  26. This should compile these libraries into DIO.CRL and WILDEXP.CRL.
  27.  
  28. Then you can compile the various tools by bringing in the source
  29. and repeating the process.  If there is any serious problem with the 
  30. toolkit, it is that they take up about 1/2 megabyte for all the 
  31. .COM files.  It is much better if you have a a hard disk.  Still,
  32. you can pick and chose which tools you are likely to use the most and
  33. just keep them in order to keep the storage down.
  34.  
  35. Use HELP for assistance.  TOOLKIT.HLP contain information on 
  36. redirection and pipe options
  37.  
  38. I have used these tools a great deal and hope that they are
  39. useful to others as well.  If you like them let me know.  If you
  40. don't like them don't bother. After you are getting them free.
  41.  
  42. As a start, put together LS and 2UP first.  Then try:
  43.  
  44.            LS *.* | 2UP -N5L20W
  45.  
  46. You should get a nice column sorted directory.  Try:
  47.  
  48.            LS *.* | 2UP -N5L20W +file
  49.  
  50. And it will got to both the file and the screen.
  51.  
  52. Good Luck and Best Wishes,
  53.  
  54.   Gene Mallory
  55.   5656 Buffalo Ave.
  56.   Van Nuys, CA 91401
  57.   (818) 577 9363  (work)
  58.   (818) 988 3975  (home)
  59.